home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat1 / ldd.z / ldd
Encoding:
Text File  |  2001-04-17  |  2.2 KB  |  55 lines

  1. LDD(1)                                                 Last changed: 1-7-99
  2.  
  3.  
  4. NNAAMMEE
  5.      lldddd - Shows run-time DSO dependencies
  6.  
  7. SSYYNNOOPPSSIISS
  8.      lldddd [--DD] [--aa _r_l_d_a_r_g_s] _o_b_j_e_c_t
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      IRIX systems
  12.  
  13. DDEESSCCRRIIPPTTIIOONN::
  14.      The runtime dynamic linker loads the object (an executable or DSO) and
  15.      all of the libraries reporting what libraries were loaded.  But does
  16.      not execute the program or DSO.
  17.  
  18.      This is to make it easy to detect what libraries are loaded by an
  19.      executable without having to run it.
  20.  
  21.      Options:
  22.  
  23.      --aa _r_l_d_a_r_g_s
  24.           Sets the environment variable __RRLLDD__AARRGGSS to the string _r_l_d_a_r_g_s
  25.           before executing the runtime linker (rrlldd).
  26.  
  27.      --DD   Does not on delay-loaded DSOs.
  28.  
  29. NNOOTTEESS
  30.      lldddd will not report on libraries opened using ddllooppeenn(3C).
  31.  
  32.      Unless the --DD option is specified, lldddd will report on delay-loaded
  33.      libraries.  If the --DD option is not specified, lldddd may show messages
  34.      other than those it would show during normal execution, since the
  35.      order of DSO loading and symbol resolution is necessarily different.
  36.  
  37.      lldddd honors the __RRLLDD**__PPAATTHH environment variables for use in testing lldddd
  38.      and rrlldd.  If the appropriate __RRLLDD**__PPAATTHH is pointing to an rrlldd, not an
  39.      rrlldd..ddeebbuugg, lldddd will not do anything useful.
  40.  
  41.      There is a --xx option used to debug lldddd that is not normally useful.
  42.  
  43. FFIILLEESS
  44.      //uussrr//lliibb//rrlldd..ddeebbuugg
  45.      //uussrr//lliibb3322//rrlldd..ddeebbuugg
  46.      //uussrr//lliibb6644//rrlldd..ddeebbuugg
  47.      //uussrr//bbiinn//lldddd
  48.  
  49. SSEEEE AALLSSOO::
  50.      rrlldd(1), eellffdduummpp(1), ddllooppeenn(3C), ssggiiddllooppeenn__vveerrssiioonn(3C), ssggiiddllaadddd(3C),
  51.      ddssoo(5), ppaarr(1), ddbbxx(1), lldd(1)
  52.  
  53. SSEEEE AALLSSOO
  54.      This man page is available only online.
  55.